home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / 01.dxr / 00074.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  414 b   |  12 lines

  1. on mouseDown
  2.   global pict, moviepos, g_pictpath, qtpos, qtframelist, womannum
  3.   set pict to the memberNum of sprite clickOn()
  4.   set pict to pict - getAt(qtframelist, qtpos)
  5.   set moviepos to qtpos
  6.   set g_pictpath to the pathName & "PICTS\" & char 1 to 2 of the movieName & "\0" & qtpos & "\"
  7.   set womannum to char 1 to 2 of the movieName
  8.   dontPassEvent()
  9.   set the keyDownScript to EMPTY
  10.   go(1, "PICT01")
  11. end
  12.